Pet Store Web Service
Order Json Schema
Description
Represents an individual order.
Overview
Order
Represents an individual order.
id : long
Order Id.
petId : long
Pet Id.
status : string
Order Status
quantity : int
Quantity.
shipDate : Date
Shipping Date.
Properties
NameDescriptionData Type
idOrder Id.long
petIdPet Id.long
statusOrder Statusstring
quantityQuantity.int
shipDateShipping Date.Date
See Also
Pet Store Web Service

 

 


© 2013 All Rights Reserved.

Send comments on this topic.